func runtime.madvise
7 uses
runtime (current package)
mem_linux.go#L86: madvise(unsafe.Pointer(head), 2*physHugePageSize, _MADV_NOHUGEPAGE)
mem_linux.go#L90: madvise(unsafe.Pointer(head), physHugePageSize, _MADV_NOHUGEPAGE)
mem_linux.go#L93: madvise(unsafe.Pointer(tail), physHugePageSize, _MADV_NOHUGEPAGE)
mem_linux.go#L111: if errno := madvise(v, n, int32(advise)); advise == _MADV_FREE && errno != 0 {
mem_linux.go#L115: madvise(v, n, _MADV_DONTNEED)
mem_linux.go#L159: madvise(unsafe.Pointer(beg), end-beg, _MADV_HUGEPAGE)
stubs2.go#L34: func madvise(addr unsafe.Pointer, n uintptr, flags int32) int32